| File name |
File size |
Description |
| Binary
archives |
mame072b.zip .dk
.ch
.fi
.com |
4940 kB |
Windows command line version
of MAME 0.72. |
mame072b_i686.zip .dk
.ch
.fi
.com |
4957 kB |
Windows command line version
(Pentium Pro optimized) of MAME 0.72. |
mame072b_dos.zip .dk
.ch
.fi
.com |
5326 kB |
DOS version of MAME
0.72. |
mame072b_dos_i686.zip .dk
.ch
.fi
.com |
5335 kB |
DOS version (Pentium Pro
optimized) of MAME 0.72. |
| Source code
archives |
mame072s.zip .dk
.ch
.fi
.com |
8690 kB |
Source code archive of MAME
0.72. |
dmame72s.zip .dk
.ch
.fi
.com |
137 kB |
DOS source code changes for
MAME 0.72. Needs the main source code archive too. |
| m070172.zip |
439 kB |
DIFF file from MAME 0.71 to
0.72. Use the command patch -p1
<m071072.dif in a 0.71 source directory to
update it to 0.72. Experts only! |
| Win32 compile
utilities |
| MinGW-2.0.0-3.exe |
12525 kB |
MinGW 2.0.0 compile
environment for use in Windows. Execute the file
to install MinGW. |
| mingw-over.zip |
549 kB |
Other files needed to
compile MAME in the MinGW compile environment.
Uncompress this over the MinGW
directory. |
| gcc-3.2.2-20030208-1.tar.gz |
7148 kB |
GCC 3.2.2, required for MAME
0.66 and newer. Uncompress this over the MinGW
directory. |
| dx70_mgw.zip |
240 kB |
DirectX 7.0 headers,
required for MAME 0.68 and newer. Uncompress this
over the MinGW directory, after
mingw-over.zip. Add c:\mingw\bin to your
PATH. Compile the Win32 version by typing make. |
| DOS compile
utilities |
| djgpp-gcc322.zip |
14754 kB |
DJGPP (GCC 3.2.2) compile
environment for use in DOS. Uncompress this to a
temporary directory, but do not install it
yet. |
| djgpp-gcc322-zvg.zip |
205 kB |
ZVG vector library, required
for DOS MAME 0.72 and later. Uncompress this over
the temporary directory, run install.bat and add
c:\djgpp\bin to your PATH. Compile the DOS
version by uncompressing the DOS source code
changes on top of the main source code archive and
typing make
MAMEOS=msdos. |
| Utilities |
| unzip.exe |
156 kB |
Info-ZIP
uncompressing utility called UnZip/NT v5.50. Put
it into the COMMAND directory under the
Windows directory. Type unzip file.zip -d
c:\where\to\unzip\ in a DOS prompt to
uncompress ZIP archives. |
| SHA1Merger.zip |
8 kB |
A program to add SHA1
informations to MAME drivers or output ROM_LOAD
definitions to be used for a new MAME driver.
Needs a Python
interpreter to work. |
| xmllint.zip |
972 kB |
xmllint parses and validates
XML files. Needed only if you want to verify the
-listxml output. |
| csdpmi5b.zip |
53 kB |
CWSDPMI r5, the DPMI memory
manager for DOS. If you get "Load error: no dpmi",
download this and uncompress cwsdpmi.exe to
the same directory with MAME. Version r5 fixes
some 128 / 256 MB memory bugs. |
| optimous.zip |
82 kB |
DOS mouse driver for a
second mouse. |
| samtowav.zip |
28 kB |
With this program you can
convert the proprietary MAME .SAM files back to
normal .WAV files. Source is
included. |